Skip to content

Commit d497c18

Browse files
committed
Use default config for livereload watch setting.
1 parent e11b351 commit d497c18

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

examples/vue2/App.vue

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
<script>
5353
import { QueryBuilder } from "../../lib/src/package";
54+
import "../../lib/dist/vue2/refine-vue.esm.css";
5455
5556
const groupedBlueprint = [];
5657

examples/vue2/rollup.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ module.exports = {
3636
contentBase: ['./example'],
3737
}),
3838
livereload({
39-
watch: './example/*',
4039
exts: ['html', 'js', 'css', 'vue'],
4140
}),
4241
],

lib/src/components/renderless/renderless-query-builder.js

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export default {
8282
replaceCriterion,
8383
removeCriterion,
8484
} = this;
85-
8685
const defaultSlot = this.$scopedSlots?.default || this.$slots?.default;
8786

8887
if (defaultSlot) {

0 commit comments

Comments
 (0)