Skip to content

Commit 05f5d16

Browse files
committed
Check in dist files
1 parent 5b04e8f commit 05f5d16

14 files changed

+10
-10
lines changed

dist/index.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var directive = {
4646
left: "0",
4747
visibility: "hidden",
4848
height: "0",
49-
overflow: "scroll",
49+
overflow: "hidden",
5050
whiteSpace: "pre",
5151
fontSize: styles.fontSize,
5252
fontFamily: styles.fontFamily,

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var directive = {
4848
left: "0",
4949
visibility: "hidden",
5050
height: "0",
51-
overflow: "scroll",
51+
overflow: "hidden",
5252
whiteSpace: "pre",
5353
fontSize: styles.fontSize,
5454
fontFamily: styles.fontFamily,

dist/index.umd.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(function (global, factory) {
22
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
33
typeof define === 'function' && define.amd ? define(factory) :
4-
(global = global || self, global.VueInputAutoWidth = factory());
4+
(global = global || self, global.VueInputAutowidth = factory());
55
}(this, function () { 'use strict';
66

77
/**
@@ -97,7 +97,7 @@
9797
left: "0",
9898
visibility: "hidden",
9999
height: "0",
100-
overflow: "scroll",
100+
overflow: "hidden",
101101
whiteSpace: "pre",
102102
fontSize: styles.fontSize,
103103
fontFamily: styles.fontFamily,

dist/index.umd.min.js

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

dist/index.umd.min.js.map

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

example/dist/assets/js/chunk-vendors.a85fa284.chunk.js

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

example/dist/assets/js/chunk-vendors.cce4717c.chunk.js

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

0 commit comments

Comments
 (0)