Skip to content

Commit

Permalink
Merge pull request #51 from manuelgeek/fx/assets
Browse files Browse the repository at this point in the history
Fx/assets
  • Loading branch information
manuelgeek authored Oct 1, 2021
2 parents 2eeaae6 + c0fa5c1 commit 16652a4
Show file tree
Hide file tree
Showing 18 changed files with 60 additions and 37 deletions.
2 changes: 1 addition & 1 deletion dist/css/chunk-vendors.b5c43ffe.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vuejs-medium-editor/favicon.ico><title>vujs-medium-editor</title><link href=/vuejs-medium-editor/css/app.a519d05e.css rel=preload as=style><link href=/vuejs-medium-editor/css/chunk-vendors.b5c43ffe.css rel=preload as=style><link href=/vuejs-medium-editor/js/app.d307f17d.js rel=preload as=script><link href=/vuejs-medium-editor/js/chunk-vendors.5064ebe6.js rel=preload as=script><link href=/vuejs-medium-editor/css/chunk-vendors.b5c43ffe.css rel=stylesheet><link href=/vuejs-medium-editor/css/app.a519d05e.css rel=stylesheet></head><body><noscript><strong>We're sorry but vuejs-medium-editor doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vuejs-medium-editor/js/chunk-vendors.5064ebe6.js></script><script src=/vuejs-medium-editor/js/app.d307f17d.js></script></body></html>
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vuejs-medium-editor/favicon.ico><title>vujs-medium-editor</title><link href=/vuejs-medium-editor/css/app.a519d05e.css rel=preload as=style><link href=/vuejs-medium-editor/css/chunk-vendors.b5c43ffe.css rel=preload as=style><link href=/vuejs-medium-editor/js/app.1a00d0ac.js rel=preload as=script><link href=/vuejs-medium-editor/js/chunk-vendors.5003eea0.js rel=preload as=script><link href=/vuejs-medium-editor/css/chunk-vendors.b5c43ffe.css rel=stylesheet><link href=/vuejs-medium-editor/css/app.a519d05e.css rel=stylesheet></head><body><noscript><strong>We're sorry but vuejs-medium-editor doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vuejs-medium-editor/js/chunk-vendors.5003eea0.js></script><script src=/vuejs-medium-editor/js/app.1a00d0ac.js></script></body></html>
2 changes: 2 additions & 0 deletions dist/js/app.1a00d0ac.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/app.1a00d0ac.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/js/app.d307f17d.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/app.d307f17d.js.map

This file was deleted.

51 changes: 51 additions & 0 deletions dist/js/chunk-vendors.5003eea0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/chunk-vendors.5003eea0.js.map

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions dist/js/chunk-vendors.5064ebe6.js

This file was deleted.

Empty file.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuejs-medium-editor",
"version": "1.2.2",
"version": "1.2.3",
"main": "./src/Editor.vue",
"description": "This is a Medium like editor for Vue Js 3",
"keywords": [
Expand All @@ -15,7 +15,8 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"publish-demo": "git subtree push --prefix dist origin gh-pages"
"publish-demo": "git subtree push --prefix dist origin gh-pages",
"publish-demo-f": "git push origin `git subtree split --prefix dist master`:gh-pages --force"
},
"repository": {
"type": "git",
Expand Down
Binary file modified src/assets/icons/image-align-expand-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/image-align-expand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/image-align-full-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/image-align-full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/image-align-normal-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/icons/image-align-normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16652a4

Please sign in to comment.