mirror of
https://github.com/potato47/ccc-devtools.git
synced 2026-02-16 13:22:10 +00:00
index.html <img :src="window.location.href + row.preview" style="max-height: 40px;max-width: 120px;" v-if="row.preview"> ============> <img :src="window.location.protocol + '//' + window.location.host + '/' + row.preview" style="max-height: 40px;max-width: 120px;" v-if="row.preview">
11 KiB
11 KiB