UNPKG

my-element-lixin-vue

Version:

```bash npm i my-element-lixin-vue ``` #### 2.引用组件库 ```javascript //全部引入 import 'my-element-lixin-vue/dist/css/index.css'; import MUI from 'my-element-lixin-vue'; Vue.use(MUI);

44 lines (40 loc) 1.96 kB
/* * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). * This devtool is neither made for production nor for readable output files. * It uses "eval()" calls to create a separate source file in the browser devtools. * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) * or disable the default devtool with "devtool: false". * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else if(typeof exports === 'object') exports["mui"] = factory(); else root["mui"] = factory(); })(self, function() { return /******/ (function() { // webpackBootstrap /******/ var __webpack_modules__ = ({ /***/ "./components/index.js": /*!*****************************!*\ !*** ./components/index.js ***! \*****************************/ /***/ (function() { eval("throw new Error(\"Module parse failed: Unexpected token (13:6)\\nYou may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders\\n| })\\n| }\\n> cosnt API = {\\n| install\\n| }\");\n\n//# sourceURL=webpack://mui/./components/index.js?"); /***/ }) /******/ }); /************************************************************************/ /******/ /******/ // startup /******/ // Load entry module and return exports /******/ // This entry module doesn't tell about it's top-level declarations so it can't be inlined /******/ var __webpack_exports__ = {}; /******/ __webpack_modules__["./components/index.js"](); /******/ /******/ return __webpack_exports__; /******/ })() ; });