adding the dependance
This commit is contained in:
		| @ -4,5 +4,8 @@ import 'https://kit.fontawesome.com/fb3bbd0a95.js' | ||||
|  | ||||
| import { createApp } from 'vue' | ||||
| import App from './App.vue' | ||||
| import CanvasJSChart from '@canvasjs/vue-charts'; | ||||
|  | ||||
| createApp(App).mount('#app') | ||||
| const app = createApp(App); | ||||
| app.use(CanvasJSChart); | ||||
| app.mount('#app'); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user