blob: 30ceb0515e42e2a9729c7288b25be36c73263f34 [file] [log] [blame]
// { "framework": "Vue" }
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ exports: {},
/******/ id: moduleId,
/******/ loaded: false
/******/ };
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/ // Flag the module as loaded
/******/ module.loaded = true;
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/ // Load entry module and return exports
/******/ return __webpack_require__(0);
/******/ })
/************************************************************************/
/******/ ({
/***/ 0:
/***/ function(module, exports, __webpack_require__) {
var __vue_exports__, __vue_options__
var __vue_styles__ = []
/* styles */
__vue_styles__.push(__webpack_require__(465)
)
/* script */
__vue_exports__ = __webpack_require__(466)
/* template */
var __vue_template__ = __webpack_require__(467)
__vue_options__ = __vue_exports__ = __vue_exports__ || {}
if (
typeof __vue_exports__.default === "object" ||
typeof __vue_exports__.default === "function"
) {
if (Object.keys(__vue_exports__).some(function (key) { return key !== "default" && key !== "__esModule" })) {console.error("named exports are not supported in *.vue files.")}
__vue_options__ = __vue_exports__ = __vue_exports__.default
}
if (typeof __vue_options__ === "function") {
__vue_options__ = __vue_options__.options
}
__vue_options__.__file = "/Users/lixinke/git/other/weex/examples/vue/iconfont.vue"
__vue_options__.render = __vue_template__.render
__vue_options__.staticRenderFns = __vue_template__.staticRenderFns
__vue_options__.style = __vue_options__.style || {}
__vue_styles__.forEach(function (module) {
for (var name in module) {
__vue_options__.style[name] = module[name]
}
})
module.exports = __vue_exports__
module.exports.el = 'true'
new Vue(module.exports)
/***/ },
/***/ 465:
/***/ function(module, exports) {
module.exports = {
"title1": {
"color": "#FF0000",
"fontSize": 36,
"fontFamily": "iconfont1"
},
"title2": {
"color": "#FF0000",
"fontSize": 36,
"fontFamily": "iconfont2"
},
"title3": {
"color": "#FF0000",
"fontSize": 36,
"fontFamily": "iconfont3"
},
"title4": {
"color": "#FF0000",
"fontSize": 36,
"fontFamily": "iconfont4"
}
}
/***/ },
/***/ 466:
/***/ function(module, exports) {
'use strict';
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
var domModule = __weex_require_module__('dom');
module.exports = {
created: function created() {
//目前支持ttf、woff文件,不支持svg、eot类型
domModule.addRule('font-face', {
'font-family': "iconfont1",
'src': "url('iconfont.ttf')"
});
domModule.addRule('font-face', {
'font-family': "iconfont2",
'src': "url('http://at.alicdn.com/t/font_1469606063_76593.ttf')"
});
domModule.addRule('font-face', {
'font-family': "iconfont3",
'src': "url('http://at.alicdn.com/t/font_1469606522_9417143.woff')"
});
domModule.addRule('font-face', {
'font-family': "iconfont4",
'src': "url('file:///storage/emulated/0/Android/data/com.alibaba.weex/cache/http:__at.alicdn.com_t_font_1469606063_76593.ttf')"
});
}
};
/***/ },
/***/ 467:
/***/ function(module, exports) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
return _vm._m(0)
},staticRenderFns: [function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
return _h('div', [_h('text', {
staticClass: ["title1"]
}, ["Assets: "]), _h('text', {
staticClass: ["title2"]
}, ["http ttf: "]), _h('text', {
staticClass: ["title3"]
}, ["http woff: "]), _h('text', {
staticClass: ["title4"]
}, ["file: "])])
}]}
module.exports.render._withStripped = true
/***/ }
/******/ });