init component
This commit is contained in:
9
node_modules/buetify/lib/components/pageLoader/BPageLoader.js
generated
vendored
Executable file
9
node_modules/buetify/lib/components/pageLoader/BPageLoader.js
generated
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
import "../../../src/components/pageLoader/pageloader.sass";
|
||||
import { h } from 'vue';
|
||||
export default function BPageLoader(props) {
|
||||
return h('div', {
|
||||
'data-content': props.text,
|
||||
class: 'b-pageloader is-active'
|
||||
});
|
||||
}
|
||||
//# sourceMappingURL=BPageLoader.js.map
|
||||
Reference in New Issue
Block a user