Entries from 2019-11-23 to 1 day

2339: Property '...' does not exist on type 'CombinedVueInstance<Vue, object, object, object, Record<never, any>>'.

Just assign a functional property. <script> export default { functional: false, // or true ... } </script> I'm writing Vue.js in JavaScript not in TypeScript. This error message might be for TypeScript. But the error message appear in my editor vim with al…