From 9027ce055a0692effac68adb322197384ff204bd Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 24 Oct 2022 10:06:39 -0400 Subject: [PATCH] prettier --- docs/frameworks/vue-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frameworks/vue-2.md b/docs/frameworks/vue-2.md index 95ef603d..b5bacfa5 100644 --- a/docs/frameworks/vue-2.md +++ b/docs/frameworks/vue-2.md @@ -77,7 +77,7 @@ import ShoelaceModelDirective from '@shoelace-style/vue-sl-model'; import App from './App.vue'; Vue.use(ShoelaceModelDirective); -Vue.config.ignoredElements = [/sl-/] +Vue.config.ignoredElements = [/sl-/]; const app = new Vue({ render: h => h(App)