We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb64ad commit f8d3aabCopy full SHA for f8d3aab
src/main.ts
@@ -37,11 +37,9 @@ import App from './App.vue'
37
38
// Register global directives.
39
import SafeHtml from './directives/safe-html'
40
-import TouchAndHold from './directives/touchAndHold'
41
42
// Directives...
43
Vue.directive('safe-html', SafeHtml)
44
-Vue.directive('touch-and-hold', TouchAndHold)
45
46
// v-chart component asynchronously loaded from a split chunk
47
Vue.component('EChart', () => import('./vue-echarts-chunk'))
0 commit comments