Skip to content

Commit f8d3aab

Browse files
committed
refactor: replace v-html with v-safe-html (cont.)
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
1 parent 6bb64ad commit f8d3aab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,9 @@ import App from './App.vue'
3737

3838
// Register global directives.
3939
import SafeHtml from './directives/safe-html'
40-
import TouchAndHold from './directives/touchAndHold'
4140

4241
// Directives...
4342
Vue.directive('safe-html', SafeHtml)
44-
Vue.directive('touch-and-hold', TouchAndHold)
4543

4644
// v-chart component asynchronously loaded from a split chunk
4745
Vue.component('EChart', () => import('./vue-echarts-chunk'))

0 commit comments

Comments
 (0)