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

Commit

Permalink
Released Version 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
s-bauer committed Jan 11, 2019
1 parent ce21df8 commit b1db933
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -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>
<!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>
2 changes: 2 additions & 0 deletions docs/js/index.9b26572b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/index.9b26572b.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/js/index.f07e5b94.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/index.f07e5b94.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "office-vue-fabric",
"version": "0.1.12",
"version": "0.1.13",
"private": false,
"main": "dist/office-vue-fabric.umd.min.js",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"homepage": "https://github.com/s-bauer/office-ui-fabric-vue",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-docs": "vue-cli-service build",
"build-library": "vue-cli-service build --target lib --name office-vue-fabric ./packages/office-ui-fabric-vue/components/index.ts",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
Expand Down
3 changes: 0 additions & 3 deletions packages/documentation/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@

<script lang="ts">
import {Component, Vue} from "vue-property-decorator";
import {initializeIcons} from "../icons";
import Overview from "./Overview.vue";
initializeIcons();
@Component({
components: {
Overview,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import {mergeStyleSets} from "@uifabric/merge-styles";
import {Component, Prop, Vue} from "vue-property-decorator";
if(!areIconsInitialized())
if (!areIconsInitialized())
initializeIcons();
@Component({
Expand Down

0 comments on commit b1db933

Please sign in to comment.