Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit b1db933

Browse files
committed
Released Version 0.1.13
1 parent ce21df8 commit b1db933

File tree

8 files changed

+7
-10
lines changed

8 files changed

+7
-10
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>office-ui-fabric-vue</title><link href=css/index.64341635.css rel=preload as=style><link href=js/chunk-vendors.b533056c.js rel=preload as=script><link href=js/index.f07e5b94.js rel=preload as=script><link href=css/index.64341635.css rel=stylesheet></head><body style="max-width: 978px; margin: auto;"><div id=app></div><script src=js/chunk-vendors.b533056c.js></script><script src=js/index.f07e5b94.js></script></body></html>
1+
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>office-ui-fabric-vue</title><link href=css/index.64341635.css rel=preload as=style><link href=js/chunk-vendors.b533056c.js rel=preload as=script><link href=js/index.9b26572b.js rel=preload as=script><link href=css/index.64341635.css rel=stylesheet></head><body style="max-width: 978px; margin: auto;"><div id=app></div><script src=js/chunk-vendors.b533056c.js></script><script src=js/index.9b26572b.js></script></body></html>

docs/js/index.9b26572b.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/index.9b26572b.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/index.f07e5b94.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/js/index.f07e5b94.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "office-vue-fabric",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"private": false,
55
"main": "dist/office-vue-fabric.umd.min.js",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"homepage": "https://github.com/s-bauer/office-ui-fabric-vue",
2222
"scripts": {
2323
"serve": "vue-cli-service serve",
24-
"build": "vue-cli-service build",
24+
"build-docs": "vue-cli-service build",
2525
"build-library": "vue-cli-service build --target lib --name office-vue-fabric ./packages/office-ui-fabric-vue/components/index.ts",
2626
"lint": "vue-cli-service lint",
2727
"test:unit": "vue-cli-service test:unit"

packages/documentation/App.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66

77
<script lang="ts">
88
import {Component, Vue} from "vue-property-decorator";
9-
import {initializeIcons} from "../icons";
109
import Overview from "./Overview.vue";
1110
12-
initializeIcons();
13-
1411
@Component({
1512
components: {
1613
Overview,

packages/office-ui-fabric-vue/components/Icon/OfficeIcon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import {mergeStyleSets} from "@uifabric/merge-styles";
1212
import {Component, Prop, Vue} from "vue-property-decorator";
1313
14-
if(!areIconsInitialized())
14+
if (!areIconsInitialized())
1515
initializeIcons();
1616
1717
@Component({

0 commit comments

Comments
 (0)