Skip to content

Commit febe8a4

Browse files
building
1 parent 2295544 commit febe8a4

File tree

9 files changed

+72
-55
lines changed

9 files changed

+72
-55
lines changed

table-component/dist/css/app.9c436301.css

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

table-component/dist/css/chunk-vendors.72a15a34.css

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

table-component/dist/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>table</title><link href="/css/app.9c436301.css" rel="preload" as="style"><link href="/css/chunk-vendors.72a15a34.css" rel="preload" as="style"><link href="/js/app.7db67bfb.js" rel="preload" as="script"><link href="/js/chunk-vendors.4cb362c6.js" rel="preload" as="script"><link href="/css/chunk-vendors.72a15a34.css" rel="stylesheet"><link href="/css/app.9c436301.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="/js/chunk-vendors.4cb362c6.js"></script><script src="/js/app.7db67bfb.js"></script></body></html>

table-component/dist/js/app.7db67bfb.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.

table-component/dist/js/app.7db67bfb.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.

table-component/dist/js/chunk-vendors.2aaa3490.js

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

table-component/dist/js/chunk-vendors.4cb362c6.js

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

table-component/dist/js/chunk-vendors.4cb362c6.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.

table-component/src/App.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export default {
108108
registryList.registries.forEach(registryEntry => {
109109
axios.get(registryEntry.uri).then(response => {
110110
const registry = YAML.parse(response.data)
111-
<<<<<<< HEAD
112111
registry.mappings = registry.mappings || []
113112
registry.mapping_set_references.forEach(mapping => {
114113
axios.get(mapping.mapping_set_id).then(response => {
@@ -126,10 +125,6 @@ export default {
126125
}
127126
})
128127
})
129-
=======
130-
registry.mapping_set_references.forEach(mapping => {
131-
this.mappings.push(mapping)
132-
>>>>>>> 18328a805062ba37620e5cba89163ac9c794661b
133128
})
134129
})
135130
})

0 commit comments

Comments
 (0)