Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Oct 24, 2022
1 parent 119b923 commit 9027ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/frameworks/vue-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9027ce0

Please sign in to comment.